Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(neon_framework): Fix settings import #2474

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

provokateurin
Copy link
Member

Fixes #1749
The problem was that the load operation didn't trigger a save, so the values were just lost.

Copy link

codecov bot commented Sep 8, 2024

Codecov Report

Attention: Patch coverage is 66.66667% with 1 line in your changes missing coverage. Please review.

Project coverage is 29.92%. Comparing base (0a04fcf) to head (51da2eb).
Report is 11 commits behind head on main.

Files with missing lines Patch % Lines
..._framework/lib/src/settings/models/exportable.dart 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2474      +/-   ##
==========================================
- Coverage   29.92%   29.92%   -0.01%     
==========================================
  Files         332      332              
  Lines      124414   124411       -3     
==========================================
- Hits        37231    37227       -4     
- Misses      87183    87184       +1     
Flag Coverage Δ *Carryforward flag
account_repository 99.64% <ø> (ø)
cookie_store 99.48% <ø> (ø) Carriedforward from ac73ec9
dashboard_app 96.05% <ø> (ø)
dynamite 31.08% <ø> (ø) Carriedforward from ac73ec9
dynamite_end_to_end_test 61.69% <ø> (ø) Carriedforward from ac73ec9
dynamite_runtime 85.40% <ø> (ø) Carriedforward from ac73ec9
neon_dashboard 96.05% <ø> (ø) Carriedforward from ac73ec9
neon_framework 43.57% <66.66%> (-0.08%) ⬇️
neon_http_client 93.28% <ø> (ø) Carriedforward from ac73ec9
neon_notifications 100.00% <ø> (ø) Carriedforward from ac73ec9
neon_talk 99.45% <ø> (ø) Carriedforward from ac73ec9
nextcloud 25.90% <ø> (ø) Carriedforward from ac73ec9
notifications_app 100.00% <ø> (ø)
sort_box 90.90% <ø> (ø) Carriedforward from ac73ec9
talk_app 99.09% <ø> (ø)

*This pull request uses carry forward flags. Click here to find out more.

Files with missing lines Coverage Δ
...neon_framework/lib/src/settings/models/option.dart 100.00% <ø> (ø)
..._framework/lib/src/settings/models/exportable.dart 90.90% <66.66%> (-9.10%) ⬇️

@provokateurin provokateurin merged commit 81120ec into main Sep 9, 2024
10 checks passed
@provokateurin provokateurin deleted the fix/neon_framework/settings-import branch September 9, 2024 07:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Settings import is broken
2 participants